home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Font / s / Font07 < prev    next >
Text File  |  1995-08-26  |  432b  |  22 lines

  1. ; Author: Copyright 1993 Shaun Blackmore
  2.  
  3.         GET     ^.h.regdefs
  4.         GET     ^.h.swinos
  5.         GET     ^.h.macros
  6.  
  7. ;os_error *Font_Caret(int colour, int height, int flags, int x, int y)
  8.  
  9.  
  10.  
  11.         PREAMBLE
  12.         STARTCODE Font_Caret
  13. ;
  14.         MOV     ip,sp
  15.         STMFD   sp!, {r4,lr}
  16.         LDR     r4,[ip,#0]
  17.         SWI     SWI_Font_Caret + XOS_Bit
  18.         MOVVC   r0,#0
  19.         LDMFD   sp!, {r4,pc}^
  20. ;
  21.         END
  22.